VMX: dump full host state
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Jan 2015 11:55:56 +0000 (12:55 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Jan 2015 11:55:56 +0000 (12:55 +0100)
commit954b961b797f9899a7249537460b55c573300b8b
tree169ffd3c1d70d8ec6e1208ce451b8010e7afd642
parentde8d96927b7e82bd36ef14852f8f0c4f81a12dbc
VMX: dump full host state

A few host state fields did not get dumped so far. Where suitable (to
reduce the amount of output) make some of the dumping conditional upon
guest settings (this isn't required for correctness as vmr() already
uses __vmread_safe(), i.e. it is fine to access non-existing fields).

Also drop casts - many of them haven't been needed anymore since the
dropping of 32-bit support.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmcs.c